home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / X11 / XResourceManagerString.z / XResourceManagerString
Encoding:
Text File  |  1998-10-30  |  3.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXRRRReeeessssoooouuuurrrrcccceeeeMMMMaaaannnnaaaaggggeeeerrrrSSSSttttrrrriiiinnnngggg((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXRRRReeeessssoooouuuurrrrcccceeeeMMMMaaaannnnaaaaggggeeeerrrrSSSSttttrrrriiiinnnngggg((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XResourceManagerString, XScreenResourceString - obtain
  10.           server resource properties
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           char *XResourceManagerString(_d_i_s_p_l_a_y)
  14.                 Display *_d_i_s_p_l_a_y;
  15.  
  16.           char *XScreenResourceString(_s_c_r_e_e_n)
  17.                 Screen *_s_c_r_e_e_n;
  18.  
  19.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  20.           _d_i_s_p_l_a_y   Specifies the connection to the X server.
  21.  
  22.           _s_c_r_e_e_n    Specifies the screen.
  23.  
  24.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.           The _X_R_e_s_o_u_r_c_e_M_a_n_a_g_e_r_S_t_r_i_n_g function returns the
  26.           RESOURCE_MANAGER property from the server's root window of
  27.           screen zero, which was returned when the connection was
  28.           opened using _X_O_p_e_n_D_i_s_p_l_a_y.  The property is converted from
  29.           type STRING to the current locale.  The conversion is
  30.           identical to that produced by _X_m_b_T_e_x_t_P_r_o_p_e_r_t_y_T_o_T_e_x_t_L_i_s_t for
  31.           a single element STRING property.  The returned string is
  32.           owned by Xlib and should not be freed by the client.  The
  33.           property value must be in a format that is acceptable to
  34.           _X_r_m_G_e_t_S_t_r_i_n_g_D_a_t_a_b_a_s_e.  If no property exists, NULL is
  35.           returned.
  36.  
  37.           The _X_S_c_r_e_e_n_R_e_s_o_u_r_c_e_S_t_r_i_n_g function returns the
  38.           SCREEN_RESOURCES property from the root window of the
  39.           specified screen.  The property is converted from type
  40.           STRING to the current locale.  The conversion is identical
  41.           to that produced by _X_m_b_T_e_x_t_P_r_o_p_e_r_t_y_T_o_T_e_x_t_L_i_s_t for a single
  42.           element STRING property.  The property value must be in a
  43.           format that is acceptable to _X_r_m_G_e_t_S_t_r_i_n_g_D_a_t_a_b_a_s_e.  If no
  44.           property exists, NULL is returned.  The caller is
  45.           responsible for freeing the returned string by using _X_F_r_e_e.
  46.  
  47.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  48.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.